From d721a18a0d4ca9f739ac69e0561f6326ccdd4233 Mon Sep 17 00:00:00 2001 From: KUWAMURA Shin'ya Date: Fri, 18 Feb 2011 10:21:19 +0000 Subject: [PATCH] [IA64] fix missing header: asm/fpswa.h This patch fixes the following error in recent kernel: ia64/asm/dom_fw_common.h:47:23: error: asm/fpswa.h: No such file or directory Signed-off-by: KUWAMURA Shin'ya --- tools/libxc/ia64/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxc/ia64/Makefile b/tools/libxc/ia64/Makefile index 68c1913cd6..6a1d6d00e6 100644 --- a/tools/libxc/ia64/Makefile +++ b/tools/libxc/ia64/Makefile @@ -48,6 +48,7 @@ mk-symlinks-acpi: $(IA64_HDR_DIRS) $(IA64_EMPTY_FILES) $(DOMFW_ASM_HDRS) ( cd ia64/xen && ln -sf ../../$(XEN_ROOT)/xen/include/xen/acpi.h .) mk-symlinks-misc: $(IA64_HDR_DIRS) ( cd ia64/asm && ln -sf ../../$(XEN_ROOT)/xen/include/asm-ia64/linux-xen/asm/kregs.h .) + ( cd ia64/asm && ln -sf ../../$(XEN_ROOT)/xen/include/asm-ia64/linux/asm/fpswa.h .) build: mk-symlinks-acpi mk-symlinks-misc clean: ia64-clean -- 2.30.2